[multiple issues] Customizing Xcode [fonts, code sense, and more]

Posted by wwrob on Stack Overflow See other posts from Stack Overflow or by wwrob
Published on 2010-04-12T21:27:35Z Indexed on 2010/05/24 20:01 UTC
Read the original article Hit count: 162

Filed under:
  1. How can I make code completion case-sensitive?
  2. How can I make Ctrl-k kill the content of the line and the new line character?
  3. How can I make backspace always delete only one character, no matter what it is? Right now, it deletes spaces in chunks equal to my indent level.
  4. How to change the indentation style in file templates? I like to have the opening brace on its own line.
  5. How can I make the font aliased?

EDIT: Issues 4 and 5 are solved. 1 through 3 are still open.

© Stack Overflow or respective owner

Related posts about xcode